home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Almathera Ten Pack 3: CDPD 3
/
Almathera Ten on Ten - Disc 3: CDPD3.iso
/
fish
/
001-100
/
001-025
/
023
/
ver30
/
version.c
< prev
next >
Wrap
C/C++ Source or Header
|
1995-03-17
|
600b
|
24 lines
/*
* Name: MicroEMACS
* Version stamp.
* Version: 30
* Last edit: 14-Feb-86
* By: rex::conroy
* decvax!decwrl!dec-rhea!dec-rex!conroy
*
* This file contains the string(s)
* that get written out by the show version command.
* Rich had it generated by a command file. I do
* it manually, until I can figure out a way to get
* the MicroEMACS version number generated in a
* reasonable (automatic) manner. Perhaps a program
* that reads "things2do.txt".
*/
#include "def.h"
char *version[] = {
"MicroEMACS version 30",
"Source from REX::USER$A:[CONROY.HACKING.MINIEMACS]",
NULL
};